home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2970 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  891 b 

  1. From: JBLi@msn.com (J.B. Li)
  2. Subject: Win95 TaskBar Programming...
  3. Date: 21 Jan 96 02:08:02 -0800
  4. Message-ID: <00001a81+0000908c@msn.com>
  5. Path: news.msn.com!msn.com
  6. Newsgroups: comp.lang.c++
  7. Organization: The Microsoft Network (msn.com)
  8.  
  9. Hi All,
  10.  
  11.    Finally, Win95 gives one thing that all of us needed: Taskbar.
  12.  
  13.    I just start a new program to try out the small "Taskbar icons".
  14.  
  15.    Almost everything works find except that the popup menu disappears 
  16. very slowly.
  17.  
  18.    I used the TrackPopupMenu() function to display the the popup 
  19. menu.  According to the documentations, the menu should disappear 
  20. automatically when the user click somewhere outside of the menu.  
  21. However, within my program, the popup menu only disappears after when 
  22. the user click anywhere outside of the popup menu AND when the mouse 
  23. pointer is moved back to the popup menu.
  24.  
  25. Thanks for any solutions,
  26.  
  27. JBLi@MSN.COM
  28.